Auto merge of #2787 - alexcrichton:links-with-dots, r=brson
authorbors <bors@rust-lang.org>
Fri, 17 Jun 2016 15:01:14 +0000 (08:01 -0700)
committerGitHub <noreply@github.com>
Fri, 17 Jun 2016 15:01:14 +0000 (08:01 -0700)
commit1d6b639afcff60e6c6129cfb6c882672a995326d
treea2c0a82ae95a9eaca383811fb483a1e04987bfcc
parent5a26b65d98b4c5072545a796a7950fff0b967e87
parent53b7422643e70cedc2d23ba609fd0b570cc9bb3f
Auto merge of #2787 - alexcrichton:links-with-dots, r=brson

Don't re-look-up tables to avoid dots problem

If a `links` value has a `.` in the name Cargo would previously panic, but this
alters the code to be more principled about lookup in tables to ensure that we
don't misinterpret the names.

Closes #2786